Fix resizing for X and non-Gtk+ build. Bug #5848.
authorJan D. <jan.h.d@swipnet.se>
Wed, 7 Apr 2010 16:34:31 +0000 (18:34 +0200)
committerJan D. <jan.h.d@swipnet.se>
Wed, 7 Apr 2010 16:34:31 +0000 (18:34 +0200)
commit7bc7ef3ad1a14f5db2af94f5984adcb637ccb852
treee99c7b370e711d8fd10550d2492f77dfb2e77e2d
parent992fa9c471202909dfa55167b75b0d92aabd3895
Fix resizing for X and non-Gtk+ build.  Bug #5848.

* frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
FRAME_LINE_TO_PIXEL_Y.

* xterm.c (x_set_window_size_1): Don't add border_width/height to
pixelwidth/height.
src/ChangeLog
src/frame.h
src/xterm.c